Description:
Objects are a mechanism to put together data and the operations that process the data. This flaw refers to those methods that seem more interested in the data of another class than the one it actually is in. These methods access directly or via accessor methods a lot of data from another class. This might be a sign that the method was misplaced, and that it should be moved to another class.
Refactoring: